home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1" == "" goto warning
- if "%2" == "" goto warning
- echo Installing D'BOSS! ver 3.0
- echo From: %1\ To: %2\DBOSS\*.*
- echo Press CTRL-C to Abort or Any Key to Continue...
- pause >nul
- cls
- echo Making Directory %2\DBOSS
- %2
- cd \
- md dboss
- cd dboss
- echo Copying D'BOSS! System Files
- copy %1\dbdisk1.exe
- copy %1\readme.1st
- cls
- echo Expanding D'BOSS! System Files
- dbdisk1
- echo off
- del dbdisk1.exe
- cls
- echo Your D'BOSS! Program has
- echo been Successfully Installed!
- echo To run enter DBOSS at the DBOSS prompt.
- echo THANK YOU for Purchasing D'BOSS! ver 3.0!
- pause
- dboss
- :warning
- echo off
- cls
- echo D'BOSS! HAS NOT BEEN INSTALLED.
- echo YOU MUST ENTER SOURCE DRIVE AND DESTINATION DRIVE AFTER DBINSTAL.
- echo EXAMPLE: "DBINSTAL A: C:" PLEASE RUN DBINSTAL AGAIN
- :end
-